home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / mail / Ck_EMail.readme < prev    next >
Text File  |  2001-01-02  |  2KB  |  59 lines

  1. Short:    Script for checking multiple POP EMail accounts
  2. Author:   strdustr@ptd.net (StarDustr)
  3. Uploader: strdustr@ptd.net (StarDustr)
  4. Type:     comm/mail
  5.  
  6. VERSION      : $VER: Ck_EMail.rexx 2.0 (04.11.00)
  7.  
  8. Fuction      : To quickly check all your POP EMail accounts
  9.              :  for mail and tell you number of mails and
  10.              :  total size of all mails.
  11.  
  12. Requirements : RxSocket library installed.
  13.              : Connection to the internet.
  14.              : EMail account(s).
  15.  
  16. Installation : Copy Ck_EMail.rexx to your  REXX:  directory.
  17.              : To make life easier, you might want to make a
  18.              :  shell alias for your  Rx Ck_EMail  command.
  19.  
  20. Usage        : Rx Ck_EMail [-debug] -h popmail.hostname user1 pass1 user2 pass2
  21.              :  -debug   is optional. displays results from each server command.
  22.              :  -h       is flag that preceeds each pop mail hostname.
  23.              :  hostname your email account(s) hostname.
  24.              :  user     username for account
  25.              :  pass     Password for this username
  26.              : You may have more than 1 user/pass per host and
  27.              :  you can repeat entire sequence for multiple hosts.
  28.  
  29. Version 2.0:
  30.  
  31.         Major revision from 1.0 was recoding from using
  32.          TCP: and rexx file i/o functions to using true
  33.          Socket calls using rxsocket.library.
  34.         Supports Multiple Hosts.
  35.         Upgraded error checking.
  36.         Addition of -debug option for tracing connect/commands.
  37.  
  38. Version 1.0:
  39.  
  40.         Supports Multiple Users to a single host.
  41.         Uses TCP: and rexx file i/o, to the TCP:
  42.          device must be mounted for this script
  43.          to work.
  44.  
  45.  
  46. ============================= Archive contents =============================
  47.  
  48. Original  Packed Ratio    Date     Time    Name
  49. -------- ------- ----- --------- --------  -------------
  50.      628     279 55.5% 27-Mar-97 17:43:02  Ck_EMail.info
  51.     1691     750 55.6% 04-Nov-00 18:38:18 +Ck_EMail.readme
  52.     1901    1387 27.0% 04-Nov-00 18:07:16 +Ck_EMail.readme.info
  53.     3173    1135 64.2% 04-Nov-00 16:23:52 +Ck_EMail.rexx
  54.     1967    1004 48.9% 04-Nov-00 18:13:16 +Ck_Email.rexx.info
  55.     2004    1014 49.4% 04-Nov-00 18:35:20 +DISCLAIMER
  56.     1901    1382 27.3% 04-Nov-00 18:07:16 +DISCLAIMER.info
  57. -------- ------- ----- --------- --------
  58.    13265    6951 47.5% 10-Nov-100 22:41:40   7 files
  59.